Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As IKeyedCollection(Of TKey, TItem)

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public Interface IKeyedCollection(Of TKey As IEquatable(Of TKey), IComparable(Of TKey), TItem)
		Inherits IList(Of TItem), ICollection(Of TItem), _
		IEnumerable(Of TItem), IEnumerable
C#
[DefaultMemberAttribute("Item")] 
public interface IKeyedCollection<TKey,TItem> : IList<TItem>, ICollection<TItem>, 
		IEnumerable<TItem>, IEnumerable where TKey : IEquatable<TKey>, IComparable<TKey>
C++
[DefaultMemberAttribute(L"Item")] 
generic<typename TKey, typename TItem> where TKey : IEquatable<TKey>, IComparable<TKey>
public interface class IKeyedCollection : IList<TItem>, ICollection<TItem>, 
		IEnumerable<TItem>, IEnumerable
J#

JScript

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also